-
Notifications
You must be signed in to change notification settings - Fork 72
Durable Queue #459
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Durable Queue #459
Conversation
|
commit: |
410c4ea
to
96e3168
Compare
a8776ad
to
2b9832d
Compare
2b9832d
to
0a49f3c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but I'll review one more in the morning tomorrow.
Added a few minor comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with a few nits.
Thanks!
This PR implements a Durable Object for the Queue allowing proper deduplication of the ISR request.
I'll add handling of eventually consistent Incremental Cache (such as KV or using
withRegionalCache
from James PR) in another PRThe PR is split into 2 parts, this one and the one in #460 that add storage to it
This is part 1 of 2 in a stack made with GitButler: